-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat (jkube-kit/resource/helm) : Automatically add values.schema.json
file if detected
#2507
Conversation
…n` file if detected Detect if `values.schema.json` file is present in the project base directory and add it if it is present. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Eclipse JKube CI ReportStarted new GH workflow run for #2507 (2023-12-28T13:33:38Z) ⚙️ JKube E2E Tests (7348048158)
|
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2507 +/- ##
============================================
+ Coverage 59.36% 69.10% +9.74%
- Complexity 4586 4843 +257
============================================
Files 500 473 -27
Lines 21211 19140 -2071
Branches 2830 2485 -345
============================================
+ Hits 12591 13226 +635
+ Misses 7370 4712 -2658
+ Partials 1250 1202 -48 ☔ View full report in Codecov by Sentry. |
Description
Fix #2391
Detect if
values.schema.json
file is present in the project base directory and add it if it is present.Type of change
test, version modification, documentation, etc.)
Checklist